SMS Alarm 4G and GPS Tracking
The master number is recorded in EEPROM as well as the status of the tracker. Active tracker, validates the sending of a GPS position at each detection of movement under alarm. The signal strength level (rrsi) GSM /31 is integrated in the messages addressed to the master. The GPS position is systematically transmitted at each restart of the object, tracker active or inactive. If the alarm pause is greater than 15 minutes, the UC is put into powerDown mode. The UC is woken up 5 minutes before the alarm is ac
Coupled with a BK-A7670E GSM/GNSS module, the whole allows to monitor movements, send SMS notifications and switch to energy saving mode after periods of inactivity.
It combines the power of a GSM/GNSS module with the versatility of an ATmega microcontroller and the sensitivity of an accelerometer.
The user can customize (the code !) delays and modes via SMS, making the device adaptable to various scenarios.
See : Upgrade to 4G, interface to replace a SIM800 with a BK A7670E
Ce projet est un shield basé sur un microcontrôleur ATmega328PB et un accéléromètre ADXL335.
Voir : Upgrade to 4G, interface to replace a SIM800 with a BK A7670E
Updates from the author
Arduino47 3 months ago
Ajout ligne 827 smsInfoMove = 0; (Sms mouvement transmis)
Ajout en mode test sensibilité de l'écoute du GSM pour la réception de SMS tilt off
Ajout de définitions particulières :
SMS_RSSI (0) Transmet le texte rssi/31 dans le SMS (0-pas de rssi, 1-rssi transmis)
DEBUGG_LED (1) Blink led debugg => UC enter sleep PowerDown end UC wake up (0-pas de blink, 1-blink led)
TEMPO_LISTEN_GSM (90000) Durée de tempo d'écoute gsm avant power Off BK (dans ce code écoute 1mn30)
Pour la plage de réglage de sensibilité par potentiomètre :
Ajustement de map en librairie myADXL.cpp map(analogRead(pinPot), 0, 1023, 70, 10);
Arduino47
brUNO Clerc
Le 06/12/2024
Arduino47 3 months ago
PCB_TRACK_V2.zip
SCHEMA_SHIELD_TRACK_BK-V2.pdf
Read-Me_Schéma_EN.pdf
Lisez-Moi_Schéma_FR.pdf
Tracker with Atmega328PB and BK_EN.pdf
Tracker avec Atmega328PB et BK FR.pdf
MASTER_SHIELD_BK_328_335-_SLEEP-MODE.ino
Pour ceux qui suivent, le schéma, le pcb et quelques infos sont mis à jour, documents en Français et anglais
PCB_TRACK_V2.zip
SCHEMA_SHIELD_TRACK_BK-V2.pdf
Read-Me_Schéma_EN.pdf
Lisez-Moi_Schéma_FR.pdf
Tracker with Atmega328PB and BK_EN.pdf
Tracker avec Atmega328PB et BK FR.pdf
MASTER_SHIELD_BK_328_335-_SLEEP-MODE.ino